Ninja Database Pro
FullTextIndex<T> Class Methods


KellermanSoftware.NinjaDatabasePro Namespace : FullTextIndex<T> Class

For a list of all members of this type, see FullTextIndex<T> members.

Public Methods
 NameDescription
Public Method Clear all the items in the index and set IsDirty to true (Inherited from KellermanSoftware.NinjaDatabasePro.SingleIndex<T,string>)
Public Method Clear all lazy loaded values (Inherited from KellermanSoftware.NinjaDatabasePro.SingleIndex<T,string>)
Public Method Delete an item in the index by primary key and set IsDirty to true (Inherited from KellermanSoftware.NinjaDatabasePro.SingleIndex<T,string>)
Public Method Get all the primary keys associated with this index (Inherited from KellermanSoftware.NinjaDatabasePro.SingleIndex<T,string>)
Public Method Get all the primary keys associated with this index in descending order (Inherited from KellermanSoftware.NinjaDatabasePro.SingleIndex<T,string>)
Public Method Get a list of Index Records that match the passed indexValue (Inherited from KellermanSoftware.NinjaDatabasePro.SingleIndex<T,string>)
Public Method Get all the primary keys associated with this index in ascending order (Inherited from KellermanSoftware.NinjaDatabasePro.SingleIndex<T,string>)
Public Method Insert an index value into the index. It is assumed that it has already been checked for uniqueness (Inherited from KellermanSoftware.NinjaDatabasePro.SingleIndex<T,string>)
Public Method Query for a list of index records (Inherited from KellermanSoftware.NinjaDatabasePro.SingleIndex<T,string>)
Public Method Search the text field where all keywords must be present  
Public Method Search the text field where at least one keyword must be present  
Public Method Search by the passed in regular expression  
Public Method Search by a phrase  
Public Method Sort the index by the index value (Inherited from KellermanSoftware.NinjaDatabasePro.SingleIndex<T,string>)
Public Method Update an index value by the primary key (Inherited from KellermanSoftware.NinjaDatabasePro.SingleIndex<T,string>)
Top
See Also

Reference

FullTextIndex<T> Class
KellermanSoftware.NinjaDatabasePro Namespace